tools/ocaml: Fix caml-stubdom make line to depend on the ocaml cross compiler
authorPatrick Colp <pjcolp@cs.ubc.ca>
Tue, 21 Sep 2010 16:54:43 +0000 (17:54 +0100)
committerPatrick Colp <pjcolp@cs.ubc.ca>
Tue, 21 Sep 2010 16:54:43 +0000 (17:54 +0100)
commit80da7630766e612dc7a8c793f9098d0c0c2f511b
tree4b1ddc4f8a236dd2d32f64320b9f2ec34fe48fd8
parent7225bfbd19c365bafb7e30c02480bc6497d376db
tools/ocaml: Fix caml-stubdom make line to depend on the ocaml cross compiler

The provided sample caml stubdom needs to use the ocaml cross
compiler, but if it hasn't been downloaded and compiled, then it won't
find it and the build will fail.  This makes caml-stubdom depend on
the cross compiler, so it will automatically get built before the
stubdom.

Signed-off-by: Patrick Colp <pjcolp@cs.ubc.ca>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
stubdom/Makefile